home *** CD-ROM | disk | FTP | other *** search
- /*
- * Literal.h
- */
-
- #ifndef _H_Literal
- # define _H_Literal
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern unsigned char * PLiteral ( short id , short num ) ;
- extern char * CLiteral ( short id , short num ) ;
-
- extern void InitStringTable ( short idBase ) ; /* If you call this you'll read all strings into memory */
-
- #ifdef __cplusplus
- } ;
- #endif
-
- #endif
-